Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release v3.0.0-B0267 #2544

Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since pre-release v3.0.0-B0203:

  • New features:
    • Added option to configure the severity level that PSRule will break the pipeline at by @BernieWhite.
      #1508
      • Previously only rules with the severity level Error would break the pipeline.
      • With this update rules with the severity level Error that fail will break the pipeline by default.
      • The Execution.Break option can be set to Never, OnError, OnWarning, or OnInformation.
      • If a rule fails with a severity level equal or higher than the configured level the pipeline will break.
  • General improvements:
    • Breaking change: Improve scope handling for correctly handling cases with multiple module by @BernieWhite.
      #1215
      • As a result of this change:
        • The binding property can no longer be used within baselines.
        • Custom inline script blocks can no longer be used for custom binding.
      • Use module configuration or workspace to configure binding options instead.
    • Added support for native logging within emitters by @BernieWhite.
      #1837
  • Engineering:
    • Bump xunit to v2.9.0.
      #1869
    • Bump xunit.runner.visualstudio to v2.8.2.
      #1869
    • Bump System.Drawing.Common to v8.0.8.
      #1887
    • Bump YamlDotNet to v15.3.0.
      #1856
    • Bump Microsoft.CodeAnalysis.Common to v4.10.0.
      #1854
    • Bump Pester to v5.6.1.
      #1872
    • Bump PSScriptAnalyzer to v1.22.0.
      #1858
    • Bump BenchmarkDotNet from 0.13.12 to 0.14.0.
      #1886
  • Bug fixes:

PR Checklist

  • PR has a meaningful title
  • Summarized changes
  • Change is not breaking
  • This PR is ready to merge and is not Work in Progress

@BernieWhite BernieWhite requested a review from a team as a code owner September 17, 2024 18:41
@BernieWhite BernieWhite merged commit 0b82e75 into microsoft:main Sep 17, 2024
14 checks passed
@BernieWhite BernieWhite deleted the bewhite/release-v3.0.0-B0267 branch September 17, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant